home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 108 / MacAddict108.iso / Software / Productivity / NoteBook 2.0.dmg / NoteBook.app / Contents / Resources / English.lproj / NoteBook.scriptTerminology < prev    next >
Encoding:
Extensible Markup Language  |  2005-03-29  |  24.8 KB  |  991 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
  3. <plist version="1.0">
  4. <dict>
  5.     <key>Classes</key>
  6.     <dict>
  7.         <key>BackgroundImage</key>
  8.         <dict>
  9.             <key>Attributes</key>
  10.             <dict>
  11.                 <key>identifierForScripting</key>
  12.                 <dict>
  13.                     <key>Description</key>
  14.                     <string>The background image's unique (per launch of the app) identifier.</string>
  15.                     <key>Name</key>
  16.                     <string>identifier</string>
  17.                     <key>Sex</key>
  18.                     <string>none</string>
  19.                 </dict>
  20.                 <key>name</key>
  21.                 <dict>
  22.                     <key>Description</key>
  23.                     <string>The image's name.</string>
  24.                     <key>Name</key>
  25.                     <string>name</string>
  26.                     <key>Sex</key>
  27.                     <string>none</string>
  28.                 </dict>
  29.                 <key>path</key>
  30.                 <dict>
  31.                     <key>Description</key>
  32.                     <string>The image's location in the file system.</string>
  33.                     <key>Name</key>
  34.                     <string>path</string>
  35.                     <key>Sex</key>
  36.                     <string>none</string>
  37.                 </dict>
  38.                 <key>removable</key>
  39.                 <dict>
  40.                     <key>Description</key>
  41.                     <string>Can the background image be removed from the Notebook.</string>
  42.                     <key>Name</key>
  43.                     <string>removable</string>
  44.                     <key>Sex</key>
  45.                     <string>none</string>
  46.                 </dict>
  47.             </dict>
  48.             <key>Description</key>
  49.             <string>A image available for use as the background of a page or tab.</string>
  50.             <key>Name</key>
  51.             <string>background image</string>
  52.             <key>PluralName</key>
  53.             <string>background images</string>
  54.         </dict>
  55.         <key>DiscardedAttachment</key>
  56.         <dict>
  57.             <key>Attributes</key>
  58.             <dict>
  59.                 <key>filePath</key>
  60.                 <dict>
  61.                     <key>Description</key>
  62.                     <string>The attachment's path.</string>
  63.                     <key>Name</key>
  64.                     <string>file path</string>
  65.                     <key>Sex</key>
  66.                     <string>none</string>
  67.                 </dict>
  68.                 <key>name</key>
  69.                 <dict>
  70.                     <key>Description</key>
  71.                     <string>The discarded attachment's name.</string>
  72.                     <key>Name</key>
  73.                     <string>name</string>
  74.                     <key>Sex</key>
  75.                     <string>none</string>
  76.                 </dict>
  77.             </dict>
  78.             <key>Description</key>
  79.             <string>An attachment no longer referenced within any cell but not deleted from within the Notebook.</string>
  80.             <key>Name</key>
  81.             <string>discarded attachment</string>
  82.             <key>PluralName</key>
  83.             <string>discarded attachments</string>
  84.         </dict>
  85.         <key>DividerPage</key>
  86.         <dict>
  87.             <key>Attributes</key>
  88.             <dict/>
  89.             <key>Description</key>
  90.             <string>A Divider page within a Notebook.</string>
  91.             <key>Name</key>
  92.             <string>divider page</string>
  93.             <key>PluralName</key>
  94.             <string>divider pages</string>
  95.         </dict>
  96.         <key>FontForScripting</key>
  97.         <dict>
  98.             <key>Attributes</key>
  99.             <dict>
  100.                 <key>bold</key>
  101.                 <dict>
  102.                     <key>Description</key>
  103.                     <string>Does the font have the bold trait?</string>
  104.                     <key>Name</key>
  105.                     <string>bold</string>
  106.                     <key>Sex</key>
  107.                     <string>none</string>
  108.                 </dict>
  109.                 <key>identifierForScripting</key>
  110.                 <dict>
  111.                     <key>Description</key>
  112.                     <string>The font's unique (per launch of the app) identifier.</string>
  113.                     <key>Name</key>
  114.                     <string>identifier</string>
  115.                     <key>Sex</key>
  116.                     <string>none</string>
  117.                 </dict>
  118.                 <key>italic</key>
  119.                 <dict>
  120.                     <key>Description</key>
  121.                     <string>Does the font have the italic trait?</string>
  122.                     <key>Name</key>
  123.                     <string>italic</string>
  124.                     <key>Sex</key>
  125.                     <string>none</string>
  126.                 </dict>
  127.                 <key>name</key>
  128.                 <dict>
  129.                     <key>Description</key>
  130.                     <string>The font's name.</string>
  131.                     <key>Name</key>
  132.                     <string>name</string>
  133.                     <key>Sex</key>
  134.                     <string>none</string>
  135.                 </dict>
  136.                 <key>size</key>
  137.                 <dict>
  138.                     <key>Description</key>
  139.                     <string>The font's size</string>
  140.                     <key>Name</key>
  141.                     <string>size</string>
  142.                     <key>Sex</key>
  143.                     <string>none</string>
  144.                 </dict>
  145.             </dict>
  146.             <key>Description</key>
  147.             <string>A font within the application.</string>
  148.             <key>Name</key>
  149.             <string>font</string>
  150.             <key>PluralName</key>
  151.             <string>fonts</string>
  152.         </dict>
  153.         <key>IndexManager</key>
  154.         <dict>
  155.             <key>Attributes</key>
  156.             <dict>
  157.                 <key>identifierForScripting</key>
  158.                 <dict>
  159.                     <key>Description</key>
  160.                     <string>The index manager's unique (per launch of the app) identifier.</string>
  161.                     <key>Name</key>
  162.                     <string>identifier</string>
  163.                     <key>Sex</key>
  164.                     <string>none</string>
  165.                 </dict>
  166.             </dict>
  167.             <key>Description</key>
  168.             <string>Manages a Notebook's index.</string>
  169.             <key>Name</key>
  170.             <string>index manager</string>
  171.             <key>PluralName</key>
  172.             <string>index managers</string>
  173.         </dict>
  174.         <key>IndexPage</key>
  175.         <dict>
  176.             <key>Attributes</key>
  177.             <dict/>
  178.             <key>Description</key>
  179.             <string>An Index page within a Notebook.</string>
  180.             <key>Name</key>
  181.             <string>index page</string>
  182.             <key>PluralName</key>
  183.             <string>index pages</string>
  184.         </dict>
  185.         <key>NoteBookApplication</key>
  186.         <dict>
  187.             <key>Description</key>
  188.             <string>This class represents NoteBook.</string>
  189.             <key>Name</key>
  190.             <string>application</string>
  191.             <key>PluralName</key>
  192.             <string>applications</string>
  193.         </dict>
  194.         <key>Notebook</key>
  195.         <dict>
  196.             <key>Attributes</key>
  197.             <dict>
  198.                 <key>clippingCell</key>
  199.                 <dict>
  200.                     <key>Description</key>
  201.                     <string>The cell that was just clipped into the Notebook.</string>
  202.                     <key>Name</key>
  203.                     <string>clipping cell</string>
  204.                     <key>Sex</key>
  205.                     <string>none</string>
  206.                 </dict>
  207.                 <key>coverPage</key>
  208.                 <dict>
  209.                     <key>Description</key>
  210.                     <string>The Notebook's cover page.</string>
  211.                     <key>Name</key>
  212.                     <string>cover page</string>
  213.                     <key>Sex</key>
  214.                     <string>none</string>
  215.                 </dict>
  216.                 <key>currentPage</key>
  217.                 <dict>
  218.                     <key>Description</key>
  219.                     <string>The Notebook's currently visible page.</string>
  220.                     <key>Name</key>
  221.                     <string>current page</string>
  222.                     <key>Sex</key>
  223.                     <string>none</string>
  224.                 </dict>
  225.                 <key>identifierForScripting</key>
  226.                 <dict>
  227.                     <key>Description</key>
  228.                     <string>The notebook's unique (per launch of the app) identifier.</string>
  229.                     <key>Name</key>
  230.                     <string>identifier</string>
  231.                     <key>Sex</key>
  232.                     <string>none</string>
  233.                 </dict>
  234.                 <key>indexManager</key>
  235.                 <dict>
  236.                     <key>Description</key>
  237.                     <string>The Notebook's index manager.</string>
  238.                     <key>Name</key>
  239.                     <string>index manager</string>
  240.                     <key>Sex</key>
  241.                     <string>none</string>
  242.                 </dict>
  243.                 <key>indexSection</key>
  244.                 <dict>
  245.                     <key>Description</key>
  246.                     <string>The Notebook's Index section.</string>
  247.                     <key>Name</key>
  248.                     <string>index section</string>
  249.                     <key>Sex</key>
  250.                     <string>none</string>
  251.                 </dict>
  252.                 <key>isReadOnly</key>
  253.                 <dict>
  254.                     <key>Description</key>
  255.                     <string>Can changes be saved to the Notebook's current location?</string>
  256.                     <key>Name</key>
  257.                     <string>read only</string>
  258.                     <key>Sex</key>
  259.                     <string>none</string>
  260.                 </dict>
  261.                 <key>nextPage</key>
  262.                 <dict>
  263.                     <key>Description</key>
  264.                     <string>The page after the Notebook's current page.</string>
  265.                     <key>Name</key>
  266.                     <string>next page</string>
  267.                     <key>Sex</key>
  268.                     <string>none</string>
  269.                 </dict>
  270.                 <key>previousPage</key>
  271.                 <dict>
  272.                     <key>Description</key>
  273.                     <string>The page before the Notebook's current page.</string>
  274.                     <key>Name</key>
  275.                     <string>previous page</string>
  276.                     <key>Sex</key>
  277.                     <string>none</string>
  278.                 </dict>
  279.                 <key>superFindPage</key>
  280.                 <dict>
  281.                     <key>Description</key>
  282.                     <string>The Notebook's Super Find results page.</string>
  283.                     <key>Name</key>
  284.                     <string>super find page</string>
  285.                     <key>Sex</key>
  286.                     <string>none</string>
  287.                 </dict>
  288.                 <key>tableOfContentsPage</key>
  289.                 <dict>
  290.                     <key>Description</key>
  291.                     <string>The Notebook's "table of contents" page.</string>
  292.                     <key>Name</key>
  293.                     <string>table of contents</string>
  294.                     <key>Sex</key>
  295.                     <string>none</string>
  296.                 </dict>
  297.                 <key>visible</key>
  298.                 <dict>
  299.                     <key>Description</key>
  300.                     <string>Whether or not the Notebook is onscren.</string>
  301.                     <key>Name</key>
  302.                     <string>visible</string>
  303.                     <key>Sex</key>
  304.                     <string>none</string>
  305.                 </dict>
  306.                 <key>window</key>
  307.                 <dict>
  308.                     <key>Description</key>
  309.                     <string>The Notebook's window.</string>
  310.                     <key>Name</key>
  311.                     <string>window</string>
  312.                     <key>Sex</key>
  313.                     <string>none</string>
  314.                 </dict>
  315.             </dict>
  316.             <key>Description</key>
  317.             <string>A NoteBook document.</string>
  318.             <key>Name</key>
  319.             <string>notebook</string>
  320.             <key>PluralName</key>
  321.             <string>notebooks</string>
  322.         </dict>
  323.         <key>NotebookWindow</key>
  324.         <dict>
  325.             <key>Attributes</key>
  326.             <dict/>
  327.             <key>Description</key>
  328.             <string>A Notebook window.</string>
  329.             <key>Name</key>
  330.             <string>window</string>
  331.             <key>PluralName</key>
  332.             <string>windows</string>
  333.         </dict>
  334.         <key>OutlineCell</key>
  335.         <dict>
  336.             <key>Attributes</key>
  337.             <dict>
  338.                 <key>expanded</key>
  339.                 <dict>
  340.                     <key>Description</key>
  341.                     <string>The cell's expansion state.</string>
  342.                     <key>Name</key>
  343.                     <string>expanded</string>
  344.                     <key>Sex</key>
  345.                     <string>none</string>
  346.                 </dict>
  347.                 <key>identifierForScripting</key>
  348.                 <dict>
  349.                     <key>Description</key>
  350.                     <string>The cell's unique (per launch of the app) identifier.</string>
  351.                     <key>Name</key>
  352.                     <string>identifier</string>
  353.                     <key>Sex</key>
  354.                     <string>none</string>
  355.                 </dict>
  356.                 <key>parentCell</key>
  357.                 <dict>
  358.                     <key>Description</key>
  359.                     <string>The OutlineCell's parent.</string>
  360.                     <key>Name</key>
  361.                     <string>parent cell</string>
  362.                     <key>Sex</key>
  363.                     <string>none</string>
  364.                 </dict>
  365.                 <key>selected</key>
  366.                 <dict>
  367.                     <key>Description</key>
  368.                     <string>The cell's selection state.</string>
  369.                     <key>Name</key>
  370.                     <string>selected</string>
  371.                     <key>Sex</key>
  372.                     <string>none</string>
  373.                 </dict>
  374.                 <key>text</key>
  375.                 <dict>
  376.                     <key>Description</key>
  377.                     <string>The cell's text.</string>
  378.                     <key>Name</key>
  379.                     <string>text</string>
  380.                     <key>Sex</key>
  381.                     <string>none</string>
  382.                 </dict>
  383.             </dict>
  384.             <key>Description</key>
  385.             <string>A cell within a page.</string>
  386.             <key>Name</key>
  387.             <string>cell</string>
  388.             <key>PluralName</key>
  389.             <string>cells</string>
  390.         </dict>
  391.         <key>OutlinePage</key>
  392.         <dict>
  393.             <key>Attributes</key>
  394.             <dict>
  395.                 <key>backgroundColorForScripting</key>
  396.                 <dict>
  397.                     <key>Description</key>
  398.                     <string>The page's background color.</string>
  399.                     <key>Name</key>
  400.                     <string>background color</string>
  401.                     <key>Sex</key>
  402.                     <string>none</string>
  403.                 </dict>
  404.                 <key>backgroundImageDisplayStyleForScripting</key>
  405.                 <dict>
  406.                     <key>Description</key>
  407.                     <string>How the page's background image should be drawn.</string>
  408.                     <key>Name</key>
  409.                     <string>background image display style</string>
  410.                     <key>Sex</key>
  411.                     <string>none</string>
  412.                 </dict>
  413.                 <key>backgroundImageForScripting</key>
  414.                 <dict>
  415.                     <key>Description</key>
  416.                     <string>The page's background image.</string>
  417.                     <key>Name</key>
  418.                     <string>background image</string>
  419.                     <key>Sex</key>
  420.                     <string>none</string>
  421.                 </dict>
  422.                 <key>bookmarkedForScripting</key>
  423.                 <dict>
  424.                     <key>Description</key>
  425.                     <string>Is the page bookmarked?</string>
  426.                     <key>Name</key>
  427.                     <string>bookmarked</string>
  428.                     <key>Sex</key>
  429.                     <string>none</string>
  430.                 </dict>
  431.                 <key>editableForScripting</key>
  432.                 <dict>
  433.                     <key>Description</key>
  434.                     <string>Is this page editable?</string>
  435.                     <key>Name</key>
  436.                     <string>editable</string>
  437.                     <key>Sex</key>
  438.                     <string>none</string>
  439.                 </dict>
  440.                 <key>hasAClippingServiceForScripting</key>
  441.                 <dict>
  442.                     <key>Description</key>
  443.                     <string>Does this page have a clipping service?</string>
  444.                     <key>Name</key>
  445.                     <string>has a clipping service</string>
  446.                     <key>Sex</key>
  447.                     <string>none</string>
  448.                 </dict>
  449.                 <key>identifierForScripting</key>
  450.                 <dict>
  451.                     <key>Description</key>
  452.                     <string>The page's unique (per launch of the app) identifier.</string>
  453.                     <key>Name</key>
  454.                     <string>identifier</string>
  455.                     <key>Sex</key>
  456.                     <string>none</string>
  457.                 </dict>
  458.                 <key>nameString</key>
  459.                 <dict>
  460.                     <key>Description</key>
  461.                     <string>The page's name.</string>
  462.                     <key>Name</key>
  463.                     <string>name</string>
  464.                     <key>Sex</key>
  465.                     <string>none</string>
  466.                 </dict>
  467.                 <key>notebook</key>
  468.                 <dict>
  469.                     <key>Description</key>
  470.                     <string>The Notebook the page belongs to.</string>
  471.                     <key>Name</key>
  472.                     <string>notebook</string>
  473.                     <key>Sex</key>
  474.                     <string>none</string>
  475.                 </dict>
  476.                 <key>pageHeader</key>
  477.                 <dict>
  478.                     <key>Description</key>
  479.                     <string>The page's header, which displays its name and page number.</string>
  480.                     <key>Name</key>
  481.                     <string>header</string>
  482.                     <key>Sex</key>
  483.                     <string>none</string>
  484.                 </dict>
  485.                 <key>removable</key>
  486.                 <dict>
  487.                     <key>Description</key>
  488.                     <string>Can this page be removed from the Notebook?</string>
  489.                     <key>Name</key>
  490.                     <string>removable</string>
  491.                     <key>Sex</key>
  492.                     <string>none</string>
  493.                 </dict>
  494.                 <key>section</key>
  495.                 <dict>
  496.                     <key>Description</key>
  497.                     <string>The Section the page belongs to.</string>
  498.                     <key>Name</key>
  499.                     <string>section</string>
  500.                     <key>Sex</key>
  501.                     <string>none</string>
  502.                 </dict>
  503.                 <key>tab</key>
  504.                 <dict>
  505.                     <key>Description</key>
  506.                     <string>The page's tab (if it has one).</string>
  507.                     <key>Name</key>
  508.                     <string>tab</string>
  509.                     <key>Sex</key>
  510.                     <string>none</string>
  511.                 </dict>
  512.                 <key>tabbed</key>
  513.                 <dict>
  514.                     <key>Description</key>
  515.                     <string>Does this page have a tab?</string>
  516.                     <key>Name</key>
  517.                     <string>tabbed</string>
  518.                     <key>Sex</key>
  519.                     <string>none</string>
  520.                 </dict>
  521.                 <key>useBackgroundColorForScripting</key>
  522.                 <dict>
  523.                     <key>Description</key>
  524.                     <string>Should the page fill its background with its background color?</string>
  525.                     <key>Name</key>
  526.                     <string>should use background color</string>
  527.                     <key>Sex</key>
  528.                     <string>none</string>
  529.                 </dict>
  530.             </dict>
  531.             <key>Description</key>
  532.             <string>A page within a Notebook.</string>
  533.             <key>Name</key>
  534.             <string>page</string>
  535.             <key>PluralName</key>
  536.             <string>pages</string>
  537.         </dict>
  538.         <key>PageHeader</key>
  539.         <dict>
  540.             <key>Attributes</key>
  541.             <dict>
  542.                 <key>pageNameColor</key>
  543.                 <dict>
  544.                     <key>Description</key>
  545.                     <string>The page name font's color.</string>
  546.                     <key>Name</key>
  547.                     <string>page name font color</string>
  548.                     <key>Sex</key>
  549.                     <string>none</string>
  550.                 </dict>
  551.                 <key>pageNameFont</key>
  552.                 <dict>
  553.                     <key>Description</key>
  554.                     <string>The page name font.</string>
  555.                     <key>Name</key>
  556.                     <string>page name font</string>
  557.                     <key>Sex</key>
  558.                     <string>none</string>
  559.                 </dict>
  560.                 <key>pageNameHidden</key>
  561.                 <dict>
  562.                     <key>Description</key>
  563.                     <string>Is the page's name hidden?</string>
  564.                     <key>Name</key>
  565.                     <string>page name hidden</string>
  566.                     <key>Sex</key>
  567.                     <string>none</string>
  568.                 </dict>
  569.                 <key>pageNumberColor</key>
  570.                 <dict>
  571.                     <key>Description</key>
  572.                     <string>The page number font's color</string>
  573.                     <key>Name</key>
  574.                     <string>page number font color</string>
  575.                     <key>Sex</key>
  576.                     <string>none</string>
  577.                 </dict>
  578.                 <key>pageNumberFont</key>
  579.                 <dict>
  580.                     <key>Description</key>
  581.                     <string>The page number font.</string>
  582.                     <key>Name</key>
  583.                     <string>page number font</string>
  584.                     <key>Sex</key>
  585.                     <string>none</string>
  586.                 </dict>
  587.                 <key>pageNumberHidden</key>
  588.                 <dict>
  589.                     <key>Description</key>
  590.                     <string>Is the page's page number hidden?</string>
  591.                     <key>Name</key>
  592.                     <string>page number hidden</string>
  593.                     <key>Sex</key>
  594.                     <string>none</string>
  595.                 </dict>
  596.             </dict>
  597.             <key>Description</key>
  598.             <string>The page's header.</string>
  599.             <key>Name</key>
  600.             <string>header</string>
  601.             <key>PluralName</key>
  602.             <string>headers</string>
  603.         </dict>
  604.         <key>PageTab</key>
  605.         <dict>
  606.             <key>Attributes</key>
  607.             <dict>
  608.                 <key>backgroundImage</key>
  609.                 <dict>
  610.                     <key>Description</key>
  611.                     <string>The tab's background image.</string>
  612.                     <key>Name</key>
  613.                     <string>background image</string>
  614.                     <key>Sex</key>
  615.                     <string>none</string>
  616.                 </dict>
  617.                 <key>backgroundImageDisplayStyle</key>
  618.                 <dict>
  619.                     <key>Description</key>
  620.                     <string>How the tab's background image should be drawn.</string>
  621.                     <key>Name</key>
  622.                     <string>background image display style</string>
  623.                     <key>Sex</key>
  624.                     <string>none</string>
  625.                 </dict>
  626.                 <key>backgroundImageDissolveValue</key>
  627.                 <dict>
  628.                     <key>Description</key>
  629.                     <string>The background image's transparency: 0.0 = completely transparent, 1.0 = completely opaque.</string>
  630.                     <key>Name</key>
  631.                     <string>background image transparency</string>
  632.                     <key>Sex</key>
  633.                     <string>none</string>
  634.                 </dict>
  635.                 <key>color</key>
  636.                 <dict>
  637.                     <key>Description</key>
  638.                     <string>The tab's background color.</string>
  639.                     <key>Name</key>
  640.                     <string>background color</string>
  641.                     <key>Sex</key>
  642.                     <string>none</string>
  643.                 </dict>
  644.                 <key>fillOption</key>
  645.                 <dict>
  646.                     <key>Description</key>
  647.                     <string>Specifies how the tab should draw its background.</string>
  648.                     <key>Name</key>
  649.                     <string>background fill option</string>
  650.                     <key>Sex</key>
  651.                     <string>none</string>
  652.                 </dict>
  653.                 <key>font</key>
  654.                 <dict>
  655.                     <key>Description</key>
  656.                     <string>The tab's font</string>
  657.                     <key>Name</key>
  658.                     <string>font</string>
  659.                     <key>Sex</key>
  660.                     <string>none</string>
  661.                 </dict>
  662.                 <key>textColor</key>
  663.                 <dict>
  664.                     <key>Description</key>
  665.                     <string>The tab's text color.</string>
  666.                     <key>Name</key>
  667.                     <string>text color</string>
  668.                     <key>Sex</key>
  669.                     <string>none</string>
  670.                 </dict>
  671.                 <key>title</key>
  672.                 <dict>
  673.                     <key>Description</key>
  674.                     <string>The tab's title.</string>
  675.                     <key>Name</key>
  676.                     <string>title</string>
  677.                     <key>Sex</key>
  678.                     <string>none</string>
  679.                 </dict>
  680.                 <key>widthAdjustment</key>
  681.                 <dict>
  682.                     <key>Description</key>
  683.                     <string>Increases/decreases the tab's width by this amount.</string>
  684.                     <key>Name</key>
  685.                     <string>width adjustment</string>
  686.                     <key>Sex</key>
  687.                     <string>none</string>
  688.                 </dict>
  689.             </dict>
  690.             <key>Description</key>
  691.             <string>A tab attached to a page.</string>
  692.             <key>Name</key>
  693.             <string>tab</string>
  694.             <key>PluralName</key>
  695.             <string>tabs</string>
  696.         </dict>
  697.         <key>Section</key>
  698.         <dict>
  699.             <key>Attributes</key>
  700.             <dict>
  701.                 <key>dividerPage</key>
  702.                 <dict>
  703.                     <key>Description</key>
  704.                     <string>The Section's Divider page.</string>
  705.                     <key>Name</key>
  706.                     <string>divider</string>
  707.                     <key>Sex</key>
  708.                     <string>none</string>
  709.                 </dict>
  710.                 <key>editable</key>
  711.                 <dict>
  712.                     <key>Description</key>
  713.                     <string>Can pages be added to or removed from the section?</string>
  714.                     <key>Name</key>
  715.                     <string>editable</string>
  716.                     <key>Sex</key>
  717.                     <string>none</string>
  718.                 </dict>
  719.                 <key>identifierForScripting</key>
  720.                 <dict>
  721.                     <key>Description</key>
  722.                     <string>The section's unique (per launch of the app) identifier.</string>
  723.                     <key>Name</key>
  724.                     <string>identifier</string>
  725.                     <key>Sex</key>
  726.                     <string>none</string>
  727.                 </dict>
  728.                 <key>notebook</key>
  729.                 <dict>
  730.                     <key>Description</key>
  731.                     <string>The Notebook the section belongs to.</string>
  732.                     <key>Name</key>
  733.                     <string>notebook</string>
  734.                     <key>Sex</key>
  735.                     <string>none</string>
  736.                 </dict>
  737.                 <key>parentSection</key>
  738.                 <dict>
  739.                     <key>Description</key>
  740.                     <string>The section that contains the section.</string>
  741.                     <key>Name</key>
  742.                     <string>section</string>
  743.                     <key>Sex</key>
  744.                     <string>none</string>
  745.                 </dict>
  746.                 <key>userCanRemoveFromNotebook</key>
  747.                 <dict>
  748.                     <key>Description</key>
  749.                     <string>Can this section be removed from the Notebook?</string>
  750.                     <key>Name</key>
  751.                     <string>removable</string>
  752.                     <key>Sex</key>
  753.                     <string>none</string>
  754.                 </dict>
  755.             </dict>
  756.             <key>Description</key>
  757.             <string>A Divider page and its collection of pages.</string>
  758.             <key>Name</key>
  759.             <string>section</string>
  760.             <key>Plural Name</key>
  761.             <string>sections</string>
  762.         </dict>
  763.     </dict>
  764.     <key>Commands</key>
  765.     <dict>
  766.         <key>AddBackgroundImage</key>
  767.         <dict>
  768.             <key>Arguments</key>
  769.             <dict>
  770.                 <key>WithPath</key>
  771.                 <dict>
  772.                     <key>Description</key>
  773.                     <string>The path of the image.</string>
  774.                     <key>Name</key>
  775.                     <string>with path</string>
  776.                     <key>Number</key>
  777.                     <string>singular</string>
  778.                     <key>Sex</key>
  779.                     <string>none</string>
  780.                 </dict>
  781.             </dict>
  782.             <key>Description</key>
  783.             <string>Adds an image to the Notebook's background image collection.</string>
  784.             <key>IsVerb</key>
  785.             <string>YES</string>
  786.             <key>Name</key>
  787.             <string>add background image</string>
  788.         </dict>
  789.         <key>GetURL</key>
  790.         <dict>
  791.             <key>Arguments</key>
  792.             <dict/>
  793.             <key>Description</key>
  794.             <string>This command frobs the receiver(s).</string>
  795.             <key>IsVerb</key>
  796.             <string>YES</string>
  797.             <key>Name</key>
  798.             <string>get url</string>
  799.         </dict>
  800.         <key>SortCells</key>
  801.         <dict>
  802.             <key>Arguments</key>
  803.             <dict>
  804.                 <key>UsingFavoriteSort</key>
  805.                 <dict>
  806.                     <key>Description</key>
  807.                     <string>The favorite sort to use.</string>
  808.                     <key>Name</key>
  809.                     <string>using favorite named</string>
  810.                     <key>Number</key>
  811.                     <string>singular</string>
  812.                     <key>Sex</key>
  813.                     <string>none</string>
  814.                 </dict>
  815.             </dict>
  816.             <key>Description</key>
  817.             <string>Sorts the target's cells.</string>
  818.             <key>IsVerb</key>
  819.             <string>YES</string>
  820.             <key>Name</key>
  821.             <string>sort cells</string>
  822.         </dict>
  823.     </dict>
  824.     <key>Description</key>
  825.     <string>NoteBook-specific classes.</string>
  826.     <key>Enumerations</key>
  827.     <dict>
  828.         <key>BackgroundImageDisplayStyle</key>
  829.         <dict>
  830.             <key>Centered</key>
  831.             <dict>
  832.                 <key>Description</key>
  833.                 <string>Center the image</string>
  834.                 <key>Name</key>
  835.                 <string>centered</string>
  836.             </dict>
  837.             <key>Scaled</key>
  838.             <dict>
  839.                 <key>Description</key>
  840.                 <string>Scale the image.</string>
  841.                 <key>Name</key>
  842.                 <string>scaled</string>
  843.             </dict>
  844.             <key>Tiled</key>
  845.             <dict>
  846.                 <key>Description</key>
  847.                 <string>Tile the image.</string>
  848.                 <key>Name</key>
  849.                 <string>tiled</string>
  850.             </dict>
  851.         </dict>
  852.         <key>CellNumberingStyle</key>
  853.         <dict>
  854.             <key>BulletedChildrenNumberingStyle</key>
  855.             <dict>
  856.                 <key>Description</key>
  857.                 <string>Bulleted children numbering style.</string>
  858.                 <key>Name</key>
  859.                 <string>bulleted children</string>
  860.             </dict>
  861.             <key>BulletsNumberingStyle</key>
  862.             <dict>
  863.                 <key>Description</key>
  864.                 <string>Bullets numbering style.</string>
  865.                 <key>Name</key>
  866.                 <string>bullets</string>
  867.             </dict>
  868.             <key>HarvardNumberingStyle</key>
  869.             <dict>
  870.                 <key>Description</key>
  871.                 <string>Harvard numbering style.</string>
  872.                 <key>Name</key>
  873.                 <string>harvard numbering</string>
  874.             </dict>
  875.             <key>LegalNumberingStyle</key>
  876.             <dict>
  877.                 <key>Description</key>
  878.                 <string>Legal numbering style.</string>
  879.                 <key>Name</key>
  880.                 <string>legal numbering</string>
  881.             </dict>
  882.             <key>NoNumberingStyle</key>
  883.             <dict>
  884.                 <key>Description</key>
  885.                 <string>No numbering style.</string>
  886.                 <key>Name</key>
  887.                 <string>none</string>
  888.             </dict>
  889.             <key>RomanTalkingPointsNumberingStyle</key>
  890.             <dict>
  891.                 <key>Description</key>
  892.                 <string>Roman "talking points."</string>
  893.                 <key>Name</key>
  894.                 <string>roman "talking points"</string>
  895.             </dict>
  896.             <key>TalkingPointsNumberingStyle</key>
  897.             <dict>
  898.                 <key>Description</key>
  899.                 <string>"Talking points."</string>
  900.                 <key>Name</key>
  901.                 <string>"talking points"</string>
  902.             </dict>
  903.         </dict>
  904.         <key>DateAttribute</key>
  905.         <dict>
  906.             <key>ChangeDate</key>
  907.             <dict>
  908.                 <key>Description</key>
  909.                 <string>Change date.</string>
  910.                 <key>Name</key>
  911.                 <string>change date</string>
  912.             </dict>
  913.             <key>CreationDate</key>
  914.             <dict>
  915.                 <key>Description</key>
  916.                 <string>Creation date.</string>
  917.                 <key>Name</key>
  918.                 <string>creation date</string>
  919.             </dict>
  920.             <key>DueDate</key>
  921.             <dict>
  922.                 <key>Description</key>
  923.                 <string>Due date.</string>
  924.                 <key>Name</key>
  925.                 <string>due date</string>
  926.             </dict>
  927.             <key>NoAttribute</key>
  928.             <dict>
  929.                 <key>Description</key>
  930.                 <string>No date attribute.</string>
  931.                 <key>Name</key>
  932.                 <string>no date attribute</string>
  933.             </dict>
  934.         </dict>
  935.         <key>TabBackgroundImageDisplayStyle</key>
  936.         <dict>
  937.             <key>Scaled</key>
  938.             <dict>
  939.                 <key>Description</key>
  940.                 <string>Scale the image.</string>
  941.                 <key>Name</key>
  942.                 <string>scaled</string>
  943.             </dict>
  944.             <key>Tiled</key>
  945.             <dict>
  946.                 <key>Description</key>
  947.                 <string>Tile the image.</string>
  948.                 <key>Name</key>
  949.                 <string>tiled</string>
  950.             </dict>
  951.         </dict>
  952.         <key>TabFillOptions</key>
  953.         <dict>
  954.             <key>PageBackground</key>
  955.             <dict>
  956.                 <key>Description</key>
  957.                 <string>Fill with the page's background.</string>
  958.                 <key>Name</key>
  959.                 <string>fill with page background</string>
  960.             </dict>
  961.             <key>TabColor</key>
  962.             <dict>
  963.                 <key>Description</key>
  964.                 <string>Fill with the tab's color.</string>
  965.                 <key>Name</key>
  966.                 <string>fill with background color</string>
  967.             </dict>
  968.             <key>TabImage</key>
  969.             <dict>
  970.                 <key>Description</key>
  971.                 <string>Fill with the tab's background image.</string>
  972.                 <key>Name</key>
  973.                 <string>fill with background image</string>
  974.             </dict>
  975.         </dict>
  976.     </dict>
  977.     <key>Name</key>
  978.     <string>NoteBook suite</string>
  979.     <key>Synonyms</key>
  980.     <dict>
  981.         <key>entc</key>
  982.         <dict>
  983.             <key>Description</key>
  984.             <string>All of the pages within a Section (including the pages in subsections).</string>
  985.             <key>Name</key>
  986.             <string>entire contents</string>
  987.         </dict>
  988.     </dict>
  989. </dict>
  990. </plist>
  991.